Warn against using `length' to compute display width of a string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Mar 2012 09:55:54 +0000 (11:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Mar 2012 09:55:54 +0000 (11:55 +0200)
commit0ca5520aefac2ed247253b9b22fa74a0d7a088af
tree1c08327f0b33e941d9b68eff4839e0509b3aa937
parent1543d37594c7936d644ebcc900f3922b2d9b6bd8
Warn against using `length' to compute display width of a string.

 doc/lispref/strings.texi (String Basics):
 doc/lispref/sequences.texi (Sequence Functions): Mention that `length' is
 not appropriate for computing the string width on display; add a
 cross-reference to the description of `string-width'.  (Bug#10978)
doc/lispref/ChangeLog
doc/lispref/sequences.texi
doc/lispref/strings.texi